Contents page

Rules for Tools/struct Measure


struct Measure
For display purposes, mark a measure as in use.

struct Measure {
    struct Measure *next;
    long time;
    char type;
    char inuse;
    short length;
    struct Track *track;
    short x;
    short y; 
};